home *** CD-ROM | disk | FTP | other *** search
/ 404 Jogos / CLJG.iso / Aventura / FireMan.swf / scripts / frame_2237 / PlaceObject2_333_1 / CLIPACTIONRECORD onClipEvent(load).as < prev   
Text File  |  2008-09-12  |  142b  |  9 lines

  1. onClipEvent(load){
  2.    begin = reveal = hide = false;
  3.    DELAY = 40;
  4.    if(_root.reveal)
  5.    {
  6.       this.gotoAndStop("reveal");
  7.    }
  8. }
  9.